Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eggsac carrier bugfix #5059

Merged
merged 3 commits into from
Dec 3, 2023
Merged

Conversation

Birdtalon
Copy link
Contributor

@Birdtalon Birdtalon commented Nov 28, 2023

About the pull request

So in one of various refactors of #4716 I removed some important code from Burst() for the new egg type which removes it from the carrier's sustained eggs. This is bad because we keep trying to call procs on eggs which have already burst etc.

This removes the egg from the carrier's sustain list properly on Burst().
I also added a check in Life() on the carrier to remove it from their sustained eggs. If something funky happens we don't want to impact the player from playing

Explain why it's good for the game

Testing Photographs and Procedure

Screenshots & Videos

Put screenshots and videos here with an empty line between the screenshots and the <details> tags.

Changelog

🆑
fix: Eggsack carrier eggs get properly removed from sustained list upon bursting.
/🆑

@github-actions github-actions bot added the Fix Fix one bug, make ten more label Nov 28, 2023
@fira
Copy link
Member

fira commented Dec 1, 2023

As per what harry posted on discord I think you need both 🆑 either as text or emojis for it to work

@Birdtalon
Copy link
Contributor Author

As per what harry posted on discord I think you need both 🆑 either as text or emojis for it to work

Oh yea I didn't even notice one wasn't an emoji version!

@realforest2001 realforest2001 added this pull request to the merge queue Dec 3, 2023
Merged via the queue into cmss13-devs:master with commit 31da57d Dec 3, 2023
26 checks passed
@Birdtalon Birdtalon deleted the eggsaccfixes branch December 21, 2023 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Fix one bug, make ten more
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants